RB3DSpace.GetPicture Function

Renders the current scene into a newly created Picture and returns it. If the parameters are omitted the control's current width and height and a depth of 32 are used.

Syntax

result = RB3DSpace.GetPicture( [Width], Height, [Depth] )

Parameters

Width

Integer (Optional)

Height

Integer

Depth

Integer (Optional)

Return Value

Result

Picture

Notes